home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cfengine-1.5.3 / acconfig.h next >
Encoding:
Text File  |  1999-10-25  |  2.2 KB  |  97 lines

  1. /* cfengine for GNU
  2.  
  3.         Copyright (C) 1995/6
  4.         Free Software Foundation, Inc.
  5.  
  6.    This file is part of GNU cfengine - written and maintained 
  7.    by Mark Burgess, Dept of Computing and Engineering, Oslo College,
  8.    Dept. of Theoretical physics, University of Oslo
  9.  
  10.    This program is free software; you can redistribute it and/or modify it
  11.    under the terms of the GNU General Public License as published by the
  12.    Free Software Foundation; either version 2, or (at your option) any
  13.    later version.
  14.  
  15.    This program is distributed in the hope that it will be useful,
  16.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.    GNU General Public License for more details.
  19.  
  20.   You should have received a copy of the GNU General Public License
  21.   along with this program; if not, write to the Free Software
  22.   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  23.  
  24. */
  25. @TOP@
  26. /* The old route entry structure in newer BSDs */
  27. #undef HAVE_ORTENTRY
  28.  
  29. /* Do we ahve any route entry structure ? */
  30. #undef HAVE_RTENTRY
  31.  
  32. /* Whether to use the local REGEX functions */
  33. #undef REGEX_MALLOC
  34.  
  35. /* Whether to use LCHOWN to change ownerships */
  36. #undef HAVE_LCHOWN
  37.  
  38. /* Whether the thread library has setmask */
  39. #undef HAVE_PTHREAD_SIGMASK
  40.  
  41. /* Whether the thread library has setstacksize */
  42. #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
  43.  
  44. /* Whether libdb has db_open */
  45. #undef HAVE_DB_OPEN
  46.  
  47. /* Does the host have /var/run directory? */
  48. #undef HAVE_VAR_RUN
  49.  
  50. /* Special OS defines */
  51. #undef SUN3
  52. #undef SUN4
  53. #undef SOLARIS
  54. #undef ULTRIX
  55. #undef HPuUX
  56. #undef AIX
  57. #undef OSF
  58. #undef IRIX
  59. #undef LINUX
  60. #undef DEBIAN
  61. #undef FREEBSD
  62. #undef NETBSD
  63. #undef NEWS_OS
  64. #undef BSDOS
  65. #undef BSD43
  66. #undef AOS
  67. #undef SCO
  68. #undef NEXTSTEP
  69. #undef CFCRAY
  70. #undef CFGNU
  71. #undef UNIXWARE
  72. #undef OPENBSD
  73. #undef HAVE_SYS_ACL_H
  74. #undef NOTBROKEN
  75. #undef NT
  76.  
  77. /* SVR4 header stuff */
  78.  
  79. #undef __EXTENSIONS__
  80. #undef _POSIX_C_SOURCE
  81.  
  82. /* Solaris 2.6 */
  83.  
  84. #undef __BIT_TYPES_DEFINED__
  85.  
  86. /* LOCK and LOG directories */
  87.  
  88. #undef LOCKFILEDIR
  89. #undef LOGFILEDIR
  90.  
  91. /* Special CFEngine symbols */
  92.  
  93. #undef AUTOCONF_HOSTNAME
  94. #undef AUTOCONF_SYSNAME
  95. #undef CFVERSION
  96.  
  97.